home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_1032 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  248 b   |  13 lines

  1. on(release){
  2.    if(eval("/:play") != "1")
  3.    {
  4.       n = _name.substr("2","2");
  5.       tellTarget("../t" add n add "/k")
  6.       {
  7.          gotoAndPlay(2);
  8.       }
  9.       set("/:k" add n,"1");
  10.       gotoAndPlay(_currentframe + "1");
  11.    }
  12. }
  13.